Einhugur Xml Plugin for Xojo

Document.ToString Method

Outputs the entire Xml document out as string, taking in custom format flags. See constants on the EinhugurXml module.

ToString(
   formatModifier as Integer) as String

Parameters

formatModifier
Format flags, see constants on the EinhugurXml module.

Returns

String
The string representing the Xml document.

Remarks

See Also

Document Class